From 46ed45c6a3ecf0513bfd727a68488d761a84d85c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 25 Apr 2026 06:27:13 +0000 Subject: [PATCH] libretro.genesis-plus-gx: 0-unstable-2026-04-03 -> 0-unstable-2026-04-24 --- .../emulators/libretro/cores/genesis-plus-gx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix b/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix index 824bb0b16e3d..5a7bc340b77e 100644 --- a/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix +++ b/pkgs/applications/emulators/libretro/cores/genesis-plus-gx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "genesis-plus-gx"; - version = "0-unstable-2026-04-03"; + version = "0-unstable-2026-04-24"; src = fetchFromGitHub { owner = "libretro"; repo = "Genesis-Plus-GX"; - rev = "b72b8c967adc50311dc3bb700c0818518bee74ef"; - hash = "sha256-/wfV0+HfxJZigLHi8bkXVa9n/L9CRblt4BeHCMb5bjs="; + rev = "eb4216246a2590281ffaf4aa644155c8757025d2"; + hash = "sha256-2gaPh3Z20eCKLQAcVs49v9R+4WjDQKdJqPWasRRwUa0="; }; meta = {