From da575260e906952156dbbf597c8e3c2b88b4ddbc Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 13 Mar 2026 23:56:42 +0000 Subject: [PATCH] libretro.genesis-plus-gx: 0-unstable-2026-01-23 -> 0-unstable-2026-03-06 --- .../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 be33f5b49855..de3c2cde38eb 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-01-23"; + version = "0-unstable-2026-03-06"; src = fetchFromGitHub { owner = "libretro"; repo = "Genesis-Plus-GX"; - rev = "c858c9c5eebef46ea1a69427091853f9f1edbd23"; - hash = "sha256-3Rzoy2G517Pc3mAQY+b2dvAMDxUoUmyR8FCyg4BR5bc="; + rev = "d446078a385a5acae701f4b3b6b3fd58476d73d3"; + hash = "sha256-jw8vj3fTHwBH6h+OelVJHNqy86DKFlohhIeQ9TLkGjc="; }; meta = {