From 98874ae5cd580ac0a45315e7f2b477b063f001ae Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 24 Nov 2025 12:00:52 +0000 Subject: [PATCH] libretro.genesis-plus-gx: 0-unstable-2025-11-14 -> 0-unstable-2025-11-21 --- .../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 04e35090ebed..f99223e1360f 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-2025-11-14"; + version = "0-unstable-2025-11-21"; src = fetchFromGitHub { owner = "libretro"; repo = "Genesis-Plus-GX"; - rev = "46a55214d0dab654e5a525ae0c54921ca9716872"; - hash = "sha256-DDdaMhTvSUXTtrdMK4DfALQe7qIsh+oV91dD8aefcU8="; + rev = "e48a37173350b5aec2a6431add7c1a625d1f28bf"; + hash = "sha256-xxqSx199DI7nQ+3xq4CP8uhtmQ2UGxNG39kYvGPXdag="; }; meta = {