diff --git a/buildsystem/get-vlc.sh b/buildsystem/get-vlc.sh
index f910218ba0783212a63edc5a37404f90b6103f19..d10ff4f6ed095d8347ed074e9c83e68da8815089 100755
--- a/buildsystem/get-vlc.sh
+++ b/buildsystem/get-vlc.sh
@@ -67,7 +67,7 @@ done
 # Fetch VLC source #
 ####################
 
-VLC_TESTED_HASH=a2a387856256f2e65030b79b295c94f2f55cadea
+VLC_TESTED_HASH=0f92f19cfcccd3e248e38c21b466a73fb901428c
 VLC_REPOSITORY=https://code.videolan.org/videolan/vlc.git
 VLC_BRANCH=master
 if [ ! -d "vlc" ]; then