diff --git a/dnn/autogen.sh b/dnn/autogen.sh
index ac0f545e934123d5186f7fd199971d645ffbf891..9d8d06a308a9309a160f34c33317a81497f0a594 100755
--- a/dnn/autogen.sh
+++ b/dnn/autogen.sh
@@ -6,7 +6,7 @@ srcdir=`dirname $0`
 test -n "$srcdir" && cd "$srcdir"
 
 #SHA1 of the first commit compatible with the current model
-commit=5e88ebe
+commit=9daefbb
 ./download_model.sh $commit
 
 echo "Updating build configuration files for lpcnet, please wait...."