diff --git a/.SRCINFO b/.SRCINFO
index ace99b175fa5d66844e242e2e9902f541a8a88e9..53073ad47bedf6e671e778e1888f91ed99a4d4a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,22 @@
 pkgbase = kitty
 	pkgdesc = A modern, hackable, featureful, OpenGL-based terminal emulator
-	pkgver = 0.31.0
+	pkgver = 0.33.0
 	pkgrel = 1
 	url = https://github.com/kovidgoyal/kitty
 	arch = x86_64
 	license = GPL3
 	makedepends = libxinerama
-	makedepends = libxcursor
 	makedepends = libxrandr
 	makedepends = wayland-protocols
 	makedepends = go
+	makedepends = simde
 	depends = python3
 	depends = freetype2
 	depends = fontconfig
 	depends = wayland
 	depends = libx11
 	depends = libxkbcommon-x11
+	depends = libxcursor
 	depends = libxi
 	depends = hicolor-icon-theme
 	depends = libgl
@@ -23,10 +24,10 @@ pkgbase = kitty
 	depends = lcms2
 	depends = librsync
 	depends = xxhash
-	source = kitty-0.31.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.31.0/kitty-0.31.0.tar.xz
-	source = kitty-0.31.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.31.0/kitty-0.31.0.tar.xz.sig
+	source = kitty-0.33.0.tar.xz::https://github.com/kovidgoyal/kitty/releases/download/v0.33.0/kitty-0.33.0.tar.xz
+	source = kitty-0.33.0.tar.xz.sig::https://github.com/kovidgoyal/kitty/releases/download/v0.33.0/kitty-0.33.0.tar.xz.sig
 	validpgpkeys = 3CE1780F78DD88DF45194FD706BC317B515ACE7C
-	b2sums = 74ccd0e14803ee3991d895c8ec0099567b6a087110eda03d5b35a45d1e684916d63846f1bd1184b2f5fe7a88431983602899cfd6392c28de78d020b8c98c89b2
+	b2sums = d98c1070d53b43dacc0aeefa6b0fc46a51528b196b09e875406f30eceddd65256090b6efb2b1b24f485b32db6d36483a9dc725934ad0327412e789e2f01a3574
 	b2sums = SKIP
 
 pkgname = kitty
@@ -36,6 +37,7 @@ pkgname = kitty
 	depends = wayland
 	depends = libx11
 	depends = libxkbcommon-x11
+	depends = libxcursor
 	depends = libxi
 	depends = hicolor-icon-theme
 	depends = libgl
diff --git a/PKGBUILD b/PKGBUILD
index 8d9ef56356781c3ca52581eb50b8c89ed738f3c3..f0e6ce1ad9451f614048147c1656689c7c15cab9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
 
 pkgbase=kitty
 pkgname=(kitty kitty-terminfo kitty-shell-integration)
-pkgver=0.31.0
+pkgver=0.33.0
 pkgrel=1
 pkgdesc="A modern, hackable, featureful, OpenGL-based terminal emulator"
 arch=('x86_64')
 url="https://github.com/kovidgoyal/kitty"
 license=('GPL3')
-depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxi'
+depends=('python3' 'freetype2'  'fontconfig' 'wayland' 'libx11' 'libxkbcommon-x11' 'libxcursor' 'libxi'
          'hicolor-icon-theme' 'libgl' 'dbus' 'lcms2' 'librsync' 'xxhash')
-makedepends=('libxinerama' 'libxcursor' 'libxrandr' 'wayland-protocols' 'go')
+makedepends=('libxinerama' 'libxrandr' 'wayland-protocols' 'go' 'simde')
 source=("${pkgname}-${pkgver}.tar.xz::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz"
         "${pkgname}-${pkgver}.tar.xz.sig::https://github.com/kovidgoyal/${pkgbase}/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.xz.sig")
-b2sums=('74ccd0e14803ee3991d895c8ec0099567b6a087110eda03d5b35a45d1e684916d63846f1bd1184b2f5fe7a88431983602899cfd6392c28de78d020b8c98c89b2'
+b2sums=('d98c1070d53b43dacc0aeefa6b0fc46a51528b196b09e875406f30eceddd65256090b6efb2b1b24f485b32db6d36483a9dc725934ad0327412e789e2f01a3574'
         'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal