diff --git a/_service b/_service
index 5ee4cfa..5a32738 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
https://github.com/containers/libpod.git
git
podman
-1.9.1
-v1.9.1
+1.9.3
+v1.9.3
diff --git a/podman-1.9.1.tar.xz b/podman-1.9.1.tar.xz
deleted file mode 100644
index e248e88..0000000
--- a/podman-1.9.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:e840bbd4fe53c16dd6d545fe7f5c0912e0c474ac3f53558b363aaed3e7f451cb
-size 5076872
diff --git a/podman-1.9.3.tar.xz b/podman-1.9.3.tar.xz
new file mode 100644
index 0000000..7a18f67
--- /dev/null
+++ b/podman-1.9.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d252cfafee47db2fcaccbc4c0e168bf1d026a5398fb2133afecbc335bb38d947
+size 5081016
diff --git a/podman.changes b/podman.changes
index c9a0559..c03c57c 100644
--- a/podman.changes
+++ b/podman.changes
@@ -1,3 +1,23 @@
+-------------------------------------------------------------------
+Mon May 25 11:32:32 UTC 2020 - Paolo Stivanin
+
+- Update to podman v1.9.3:
+ * Fixed a bug where, on FIPS enabled hosts, FIPS mode secrets
+ were not properly mounted into containers
+ * Fixed a bug where builds run over Varlink would hang
+ * Fixed a bug where podman save would fail when the target
+ image was specified by digest
+ * Fixed a bug where rootless containers with ports forwarded to them
+ could panic and dump core due to a concurrency issue (#6018)
+ * Fixed a bug where rootless Podman could race when opening the
+ rootless user namespace, resulting in commands failing to run
+ * Fixed a bug where HTTP proxy environment variables forwarded into
+ the container by the --http-proxy flag could not be overridden by --env or --env-file
+ * Fixed a bug where rootless Podman was setting resource limits on cgroups
+ v2 systems that were not using systemd-managed cgroups
+ (and thus did not support resource limits), resulting in containers failing to start
+
+
-------------------------------------------------------------------
Wed Apr 29 06:34:51 UTC 2020 - Sascha Grunert
diff --git a/podman.spec b/podman.spec
index ad265db..f5c445e 100644
--- a/podman.spec
+++ b/podman.spec
@@ -22,7 +22,7 @@
%define with_libostree 1
%endif
Name: podman
-Version: 1.9.1
+Version: 1.9.3
Release: 0
Summary: Daemon-less container engine for managing containers, pods and images
License: Apache-2.0