From edd4dbda10e74435e4b97766fa1c396f04c58f2b Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 12 May 2026 19:04:43 +0000 Subject: [PATCH] libretro.swanstation: 0-unstable-2026-04-10 -> 0-unstable-2026-05-11 --- pkgs/applications/emulators/libretro/cores/swanstation.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/emulators/libretro/cores/swanstation.nix b/pkgs/applications/emulators/libretro/cores/swanstation.nix index 2125111b2a05..9c3b64a9fb6b 100644 --- a/pkgs/applications/emulators/libretro/cores/swanstation.nix +++ b/pkgs/applications/emulators/libretro/cores/swanstation.nix @@ -6,13 +6,13 @@ }: mkLibretroCore { core = "swanstation"; - version = "0-unstable-2026-04-10"; + version = "0-unstable-2026-05-11"; src = fetchFromGitHub { owner = "libretro"; repo = "swanstation"; - rev = "0c263202fe29689113c3db63c8cd3fcacfc6ff37"; - hash = "sha256-u+ZryM8CY4TTJ7YQdHMNREMbQ6gEd2Mz9h5s0CY4nEY="; + rev = "0f7757b3196ab472c3a8b279206b3ea19a3e5f2d"; + hash = "sha256-5R+K0NpLdjajT6LV0os569vrgqRCtfXDqMnhM8z7dmk="; }; extraNativeBuildInputs = [ cmake ];