diff --git a/_service b/_service
index 1383e16..156c7cb 100644
--- a/_service
+++ b/_service
@@ -2,7 +2,7 @@
  <service name="download_url" mode="disabled">
    <param name="protocol">https</param>
    <param name="host">download.gnome.org</param>
-   <param name="path">sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.8.tar.xz</param>
+   <param name="path">sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.9.tar.xz</param>
  </service>
  <service name="set_version" mode="disabled" />
 </services>
diff --git a/gdk-pixbuf-2.42.8.zip b/gdk-pixbuf-2.42.8.zip
deleted file mode 100644
index 6cde5b7..0000000
--- a/gdk-pixbuf-2.42.8.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:87a35f9e7f2bd42c761359fbd7b0f8a45190184fa3c1b5635cb6c12bec38bf62
-size 10367129
diff --git a/gdk-pixbuf-2.42.9.zip b/gdk-pixbuf-2.42.9.zip
new file mode 100644
index 0000000..8689cee
--- /dev/null
+++ b/gdk-pixbuf-2.42.9.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:77ce44e314d8e2f4731b91b3d2dd6f6d3687b9b8b3aac52abd2201f92b3f113d
+size 8423841
diff --git a/gdk-pixbuf.changes b/gdk-pixbuf.changes
index f2c72fb..27a60c3 100644
--- a/gdk-pixbuf.changes
+++ b/gdk-pixbuf.changes
@@ -1,3 +1,17 @@
+-------------------------------------------------------------------
+Tue Aug  9 16:35:03 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
+
+- Update to version 2.42.9:
+  + Fix the check for maximum value of LZW initial code size.
+  + Use CMake for dependencies on Windows/MSVC.
+  + Add option for building tests.
+  + Move man pages to reStructuredText.
+  + Disable relocation when built as a static libary on Windows.
+  + Update wrap file for libjpeg-turbo.
+  + Limit the memory size when loading image data.
+- Add docutils and pkgconfig(gi-docgen) BuildRequires: New
+  dependencies.
+
 -------------------------------------------------------------------
 Fri Mar 18 12:36:39 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
 
diff --git a/gdk-pixbuf.spec b/gdk-pixbuf.spec
index ccb2d9b..fcf607d 100644
--- a/gdk-pixbuf.spec
+++ b/gdk-pixbuf.spec
@@ -20,7 +20,7 @@
 %define gdk_pixbuf_binary_version 2.10.0
 
 Name:           gdk-pixbuf
-Version:        2.42.8
+Version:        2.42.9
 Release:        0
 Summary:        An image loading library
 License:        LGPL-2.1-or-later
@@ -38,12 +38,14 @@ Source3:        gdk-pixbuf-rpmlintrc
 Source99:       baselibs.conf
 
 BuildRequires:  docbook-xsl-stylesheets
+BuildRequires:  docutils
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  meson >= 0.55.3
 BuildRequires:  pkgconfig
 BuildRequires:  unzip
 BuildRequires:  xsltproc
+BuildRequires:  pkgconfig(gi-docgen)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.56.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
 BuildRequires:  pkgconfig(libpng)