diff --git a/.gitignore b/.gitignore
index ac1a310..0980e96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/skopeo-1.9.2-ca1b0f3.tar.gz
+SOURCES/skopeo-1.9.3-89966c5.tar.gz
diff --git a/.skopeo.metadata b/.skopeo.metadata
index dd2bda6..7fc7226 100644
--- a/.skopeo.metadata
+++ b/.skopeo.metadata
@@ -1 +1 @@
-0aa761c1d338667b325d5761fcec67998beb3478 SOURCES/skopeo-1.9.2-ca1b0f3.tar.gz
+f019c49f1c164d0a3b6ae777703e9d019d185abe SOURCES/skopeo-1.9.3-89966c5.tar.gz
diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec
index 85834df..c0c9e15 100644
--- a/SPECS/skopeo.spec
+++ b/SPECS/skopeo.spec
@@ -9,12 +9,12 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl 
 
 %global import_path github.com/containers/%{name}
 #%%global branch main
-%global commit0 ca1b0f34d1d2c3e2074c9c231249f1a0e4d3ceb7
+%global commit0 89966c513c89061d288690da671643d50968ca3f
 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 
 Epoch: 2
 Name: skopeo
-Version: 1.9.2
+Version: 1.9.3
 Release: 1%{?dist}
 Summary: Inspect container images and repositories on registries
 License: ASL 2.0
@@ -121,6 +121,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath}
 %{_datadir}/%{name}/test
 
 %changelog
+* Thu Oct 20 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.3-1
+- update to https://github.com/containers/skopeo/releases/tag/v1.9.3
+- Related: #2135973
+
 * Wed Aug 03 2022 Jindrich Novy <jnovy@redhat.com> - 2:1.9.2-1
 - update to https://github.com/containers/skopeo/releases/tag/v1.9.2
 - Related: #2061390