diff --git a/dnn/autogen.sh b/dnn/autogen.sh
index 53d443bc0f79fcb20397eee528e1dcd54352b858..836f5a731f0543dab0a9766e9cf7f3e6c851efc8 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=b58f477
+commit=cce123e
 
 if [ ! -f lpcnet_data-$commit.tar.gz ]; then
 	echo "Downloading latest model"