Check out the dav1d 0.9.1 release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a65ec69..cc396ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@
 *   - speed 0-6: no change is needed
 *   - speed 7:   change to speed 6 for the same results
 *   - speed 8-9: re-test and re-adjust speed according to your app needs
+* Update dav1d.cmd: 0.9.1
 
 ## [0.9.2] - 2021-06-23
 
diff --git a/ext/dav1d.cmd b/ext/dav1d.cmd
index 958a2f9..631edea 100755
--- a/ext/dav1d.cmd
+++ b/ext/dav1d.cmd
@@ -8,7 +8,7 @@
 : # If you're running this on Windows, be sure you've already run this (from your VC2019 install dir):
 : #     "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvars64.bat"
 
-git clone -b 0.9.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
+git clone -b 0.9.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
 
 cd dav1d
 mkdir build
diff --git a/tests/docker/build.sh b/tests/docker/build.sh
index aa0d3cc..380e494 100644
--- a/tests/docker/build.sh
+++ b/tests/docker/build.sh
@@ -43,7 +43,7 @@
 
 # dav1d
 cd
-git clone -b 0.9.0 --depth 1 https://code.videolan.org/videolan/dav1d.git
+git clone -b 0.9.1 --depth 1 https://code.videolan.org/videolan/dav1d.git
 cd dav1d
 mkdir build
 cd build