From 7de49dea15ed7b902e929f139d83f5b034907fa0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 30 Jun 2026 10:07:05 +0000 Subject: [PATCH] libretro.smsplus-gx: 0-unstable-2026-04-20 -> 0-unstable-2026-06-25 --- pkgs/applications/emulators/libretro/cores/smsplus-gx.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/smsplus-gx.nix b/pkgs/applications/emulators/libretro/cores/smsplus-gx.nix index 7a360436d3f2..feee8c55bccc 100644 --- a/pkgs/applications/emulators/libretro/cores/smsplus-gx.nix +++ b/pkgs/applications/emulators/libretro/cores/smsplus-gx.nix @@ -5,13 +5,13 @@ }: mkLibretroCore { core = "smsplus"; - version = "0-unstable-2026-04-20"; + version = "0-unstable-2026-06-25"; src = fetchFromGitHub { owner = "libretro"; repo = "smsplus-gx"; - rev = "6dc7119f6f8d7f6437320405ee3b0de5f227913f"; - hash = "sha256-kWq4yzYl0ZTnnhLfhtgPyf2CRequ6yn2DLp3Yc7EBbA="; + rev = "8a63f82d3c3bbf7215a31f86a4aaa13fb68a579f"; + hash = "sha256-yNaNkvRzpli4NMqFvlQ/6US7zw8xXiYWw6R0ev6ubLA="; }; meta = {