From d035268053ca9b7a37e48257cb138c5a82df613e Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 25 Jun 2026 15:12:51 +0000 Subject: [PATCH] libretro.swanstation: 0-unstable-2026-06-14 -> 0-unstable-2026-06-25 --- 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 13be1cc06c10..00ec541ad351 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-06-14"; + version = "0-unstable-2026-06-25"; src = fetchFromGitHub { owner = "libretro"; repo = "swanstation"; - rev = "93b213d805591c4f1488339c4a16f0b4cb68d44a"; - hash = "sha256-l4HhejwOKE/bk9HFf2mDTDqc223m6UofTIF+BgMIDEw="; + rev = "32e5654cb4ff17db3e950250a677767906fa3cf8"; + hash = "sha256-l4Vb1kSuoqMJC4gn+S61zuePZaYvJ/nmVyoFOlsCTBM="; }; extraNativeBuildInputs = [ cmake ];