diff --git a/compileAndBuildVLCKit.sh b/compileAndBuildVLCKit.sh
index 5dd1e387d192defc6b16c00abea3731a87b3e830..0c384e8a339fa1c8975a755fabba032e565d6b91 100755
--- a/compileAndBuildVLCKit.sh
+++ b/compileAndBuildVLCKit.sh
@@ -27,7 +27,7 @@ if [ -z "$MAKEFLAGS" ]; then
     MAKEFLAGS="-j$(sysctl -n machdep.cpu.core_count || nproc)";
 fi
 
-TESTEDHASH="627ab4fe" # libvlc hash that this version of VLCKit is build on
+TESTEDHASH="69e22f29" # libvlc hash that this version of VLCKit is build on
 
 usage()
 {