BIL: Update BIL version
diff --git a/update_external_sources.sh b/update_external_sources.sh
index f76d5c6..f572032 100755
--- a/update_external_sources.sh
+++ b/update_external_sources.sh
@@ -2,9 +2,9 @@
 # Update source for glslang and LLVM
 # Copy necessary BIL pieces into glslang and LLVM
 
-BIL_REVISION=29595
+BIL_REVISION=29773
 LUNARGLASS_REVISION=1060
-GLSLANG_REVISION=29595
+GLSLANG_REVISION=29773
 
 BUILDDIR=$PWD
 BASEDIR=$BUILDDIR/..