diff --git a/gamescope-3.13.19.tar.xz b/gamescope-3.13.19.tar.xz
deleted file mode 100644
index 124b35b..0000000
--- a/gamescope-3.13.19.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:033653fdaf090650495d9a2e1f0bfa145fca53d59f17d3f78ce142beb50f4998
-size 101917808
diff --git a/gamescope-3.14.0.tar.xz b/gamescope-3.14.0.tar.xz
new file mode 100644
index 0000000..3119a26
--- /dev/null
+++ b/gamescope-3.14.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4c02744194388b16a4dcce83196d678b35082268f499343bd1c9f1bfc30b1718
+size 102557424
diff --git a/gamescope.changes b/gamescope.changes
index 66a4eec..a8aedf9 100644
--- a/gamescope.changes
+++ b/gamescope.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Tue Jan 23 21:09:17 UTC 2024 - antonio.teixeira@suse.com
+
+- Update to version 3.14.0:
+  * readme: Remove dead shortcut
+  * main: Pick correct Vulkan device for DRM
+  * Add configurable mouse sensitivity
+  * reshade: Make changeset as small using inlining
+  * reshade: Removed explicit datatype parameter for inferred typename T (of function)
+  * reshade: Condense to one common lambda function
+  * reshade: Break function into smaller chunks & common params
+  * vr_session: update to OpenVR 2
+  * steamcompmgr: Limit desired size by drm cursor size
+  * rendervulkan: Add VkExternalMemoryImageCreateInfo for any flippable surface
+
 -------------------------------------------------------------------
 Fri Dec 22 19:05:28 UTC 2023 - antonio.teixeira@suse.com
 
diff --git a/gamescope.spec b/gamescope.spec
index 5b185fd..3bc99b1 100644
--- a/gamescope.spec
+++ b/gamescope.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package gamescope
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %bcond_without  intree_libs
 Name:           gamescope
-Version:        3.13.19
+Version:        3.14.0
 Release:        0
 Summary:        Micro-compositor optimized for running video games on Wayland
 License:        BSD-2-Clause
@@ -45,6 +45,7 @@ BuildRequires:  pkgconfig(openvr)
 BuildRequires:  pkgconfig(benchmark)
 BuildRequires:  pkgconfig(glm)
 BuildRequires:  pkgconfig(hwdata)
+BuildRequires:  pkgconfig(libavif)
 BuildRequires:  pkgconfig(libcap)
 BuildRequires:  pkgconfig(libdrm) >= 2.4.113
 BuildRequires:  pkgconfig(libpipewire-0.3)