From ea30d2e30903b45533a8f97432218f10615f723f Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 10 Jun 2026 19:19:02 +0000 Subject: [PATCH] libretro.prosystem: 0-unstable-2026-04-20 -> 0-unstable-2026-06-04 --- pkgs/applications/emulators/libretro/cores/prosystem.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/prosystem.nix b/pkgs/applications/emulators/libretro/cores/prosystem.nix index e3b8cf7453b2..b3e11c217fe7 100644 --- a/pkgs/applications/emulators/libretro/cores/prosystem.nix +++ b/pkgs/applications/emulators/libretro/cores/prosystem.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "prosystem"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-06-04"; src = fetchFromGitHub { owner = "libretro"; repo = "prosystem-libretro"; - rev = "3f465db9c82fc6764cd90c53fc66eb630e0b3710"; - hash = "sha256-uamxOzJt5NbMGxDqyGk/8XJbN/fiFoB81DNeULIfL1U="; + rev = "363b6dfbd3e240762e022c2b4897b4fe55722be3"; + hash = "sha256-5KNxBCZq4BfBo5pF4tBzJNNyatrVQH4kmXmcyQcIPSY="; }; makefile = "Makefile";