Commit 19328b63 authored by R. RyanTM's avatar R. RyanTM
Browse files

libretro.pcsx-rearmed: 0-unstable-2026-03-08 -> 0-unstable-2026-03-16

parent 4b2d0bea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
mkLibretroCore {
  core = "pcsx-rearmed";
  version = "0-unstable-2026-03-08";
  version = "0-unstable-2026-03-16";

  src = fetchFromGitHub {
    owner = "libretro";
    repo = "pcsx_rearmed";
    rev = "6eb679d064a1efe92af79fe9970c0591c8da02d4";
    hash = "sha256-InGMQTGCnbRMLQE5GVDF3aqnH0NY9EjDgJHoh00KGDk=";
    rev = "4dfc616b9389f9997d1f2afcb9e61023b87c12c7";
    hash = "sha256-UVgCeA4+I+7vA0DHgfDUt8Vbg37xnu/lfoRcZmnQ21w=";
  };

  dontConfigure = true;