ext: Checkout libaom v3.6.1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c786773..3688d14 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,7 +55,7 @@
 * avifImageRGBToYUV() and avifImageYUVToRGB() handle avifImage bit depths 8, 10,
   12 and now also 16. Files read by apps/shared/ can output 16-bit avifImage
   instances.
-* Update aom.cmd: v3.6.0
+* Update aom.cmd: v3.6.1
 * Update dav1d.cmd: 1.2.0
 * Update rav1e.cmd: v0.6.3
 * avifImageCreate(), avifImageCreateEmpty(), avifEncoderCreate() and other
diff --git a/ext/aom.cmd b/ext/aom.cmd
index 8d06b21..8aa7b7f 100755
--- a/ext/aom.cmd
+++ b/ext/aom.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 v3.6.0 --depth 1 https://aomedia.googlesource.com/aom
+git clone -b v3.6.1 --depth 1 https://aomedia.googlesource.com/aom
 
 cd aom
 mkdir build.libavif
diff --git a/tests/docker/build.sh b/tests/docker/build.sh
index ed99967..5dbea0e 100644
--- a/tests/docker/build.sh
+++ b/tests/docker/build.sh
@@ -26,7 +26,7 @@
 
 # aom
 cd
-git clone -b v3.6.0 --depth 1 https://aomedia.googlesource.com/aom
+git clone -b v3.6.1 --depth 1 https://aomedia.googlesource.com/aom
 cd aom
 mkdir build.avif
 cd build.avif