Skip to content

Commit e9b1bb0

Browse files
authored
retroarch: 1.19.1 -> 1.20.0 (NixOS#372719)
2 parents 555bf90 + d4eecb6 commit e9b1bb0

31 files changed

+91
-96
lines changed

pkgs/applications/emulators/libretro/cores/beetle-psx.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
mkLibretroCore {
1010
core = "mednafen-psx" + lib.optionalString withHw "-hw";
11-
version = "0-unstable-2024-11-15";
11+
version = "0-unstable-2025-01-10";
1212

1313
src = fetchFromGitHub {
1414
owner = "libretro";
1515
repo = "beetle-psx-libretro";
16-
rev = "1068cb8dbd6f312664ecf5901625cab4a6533204";
17-
hash = "sha256-ioAnpz6OkHWPaYE0uTEvnHV+vGzq02bQ4oUP8jW6/YA=";
16+
rev = "60cf49e94e65d4023d93718161dc03b9e24da47a";
17+
hash = "sha256-EFiLF/5zcoPFnzozEqkXWOEjx3KCgRoixYXqN9ai7qc=";
1818
};
1919

2020
extraBuildInputs = lib.optionals withHw [

pkgs/applications/emulators/libretro/cores/beetle-supafaust.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66
mkLibretroCore {
77
core = "mednafen-supafaust";
8-
version = "0-unstable-2024-10-01";
8+
version = "0-unstable-2024-09-30";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";

pkgs/applications/emulators/libretro/cores/bsnes.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "bsnes";
8-
version = "0-unstable-2024-12-13";
8+
version = "0-unstable-2025-01-10";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";
1212
repo = "bsnes-libretro";
13-
rev = "a0bb11bbb1fc5d6b478baca53c3efe526c43986c";
14-
hash = "sha256-unOJ2hdCA5LxNUcJe7fJCAetLpqrQzujxFDOsxLzXow=";
13+
rev = "1e0054da1c158857dc444b9b52273ddd18858d49";
14+
hash = "sha256-zm4X5RTaAm2njtvCBWBT1vhtf/YQvoBaaBSMzz9D2aQ=";
1515
};
1616

1717
makefile = "Makefile";

pkgs/applications/emulators/libretro/cores/desmume2015.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}:
1111
mkLibretroCore {
1212
core = "desmume2015";
13-
version = "0-unstable-2024-10-21";
13+
version = "0-unstable-2022-04-05";
1414

1515
src = fetchFromGitHub {
1616
owner = "libretro";

pkgs/applications/emulators/libretro/cores/dosbox-pure.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "dosbox-pure";
8-
version = "0-unstable-2024-09-28";
8+
version = "0-unstable-2024-12-31";
99

1010
src = fetchFromGitHub {
1111
owner = "schellingb";
1212
repo = "dosbox-pure";
13-
rev = "9b4147fd14332a7354c9b76fa72653bda2d919e9";
14-
hash = "sha256-lzRBzBMIQ3X+VAHK8pl/HYELecTkdFlWJI7C1csmZ7I=";
13+
rev = "9e468f0087454c6c1b68975ead933977d5cf33b2";
14+
hash = "sha256-tiyDXxwZapu+Ol1icOeemVQ5oAjMMx2/M4nA0CiRkMY=";
1515
};
1616

1717
hardeningDisable = [ "format" ];

pkgs/applications/emulators/libretro/cores/easyrpg.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ mkLibretroCore {
6767
];
6868
makefile = "Makefile";
6969

70+
# Do not update automatically since we want to pin a specific version
71+
passthru.updateScript = null;
72+
7073
meta = {
7174
description = "EasyRPG Player libretro port";
7275
homepage = "https://github.com/EasyRPG/Player";

pkgs/applications/emulators/libretro/cores/fbneo.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "fbneo";
8-
version = "0-unstable-2024-10-03";
8+
version = "0-unstable-2025-01-06";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";
1212
repo = "fbneo";
13-
rev = "d72f49f4a45dbfc5a855956d1a75ce2d0601c1c5";
14-
hash = "sha256-+T+HQo6IfY8+oE/mOg54Vn9NhasGYNCLXksFdSDT/xE=";
13+
rev = "b8780c057029db8768c9a057b0bc28f9a12609d8";
14+
hash = "sha256-cK3ILA0Ape6rHf5dPbXOMmQ69ZPZ/qrxeKYA1LniBEk=";
1515
};
1616

1717
makefile = "Makefile";

pkgs/applications/emulators/libretro/cores/flycast.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
}:
99
mkLibretroCore {
1010
core = "flycast";
11-
version = "0-unstable-2024-10-05";
11+
version = "0-unstable-2025-01-09";
1212

1313
src = fetchFromGitHub {
1414
owner = "flyinghead";
1515
repo = "flycast";
16-
rev = "d689c50e21bf956913ac607933cd4082eaedc06b";
17-
hash = "sha256-XIe1JrKVY4ba5WnKrVofWNpJU5pcwUyDd14ZzaGcf+k=";
16+
rev = "3114344414dbd8fb08efe1d6a25dbae457a2ec44";
17+
hash = "sha256-UgH8L02WkAPaMMUnes6GYLjRbkuY8+9b6LCGaaQWhjQ=";
1818
fetchSubmodules = true;
1919
};
2020

pkgs/applications/emulators/libretro/cores/fuse.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "fuse";
8-
version = "0-unstable-2024-09-20";
8+
version = "0-unstable-2024-11-24";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";
1212
repo = "fuse-libretro";
13-
rev = "6fd07d90acc38a1b8835bf16539b833f21aaa38f";
14-
hash = "sha256-q5vcFNr1RBeTaw1R2LDY9xLU1oGeWtPemTdliWR+39s=";
13+
rev = "cad85b7b1b864c65734f71aa4a510b6f6536881c";
14+
hash = "sha256-SdwdcR9szJJoUxQ4y8rh40Bdnn5ZI2qV4OcS39BFViQ=";
1515
};
1616

1717
meta = {

pkgs/applications/emulators/libretro/cores/gambatte.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
}:
66
mkLibretroCore {
77
core = "gambatte";
8-
version = "0-unstable-2024-12-20";
8+
version = "0-unstable-2025-01-10";
99

1010
src = fetchFromGitHub {
1111
owner = "libretro";
1212
repo = "gambatte-libretro";
13-
rev = "a870b6dcde66fba00cd7aab5ae4bb699e458a91b";
14-
hash = "sha256-yarpWSRmfqufj3sXwO1SHZ7VnPSITK/WG8u6mHil/OE=";
13+
rev = "36a0da43fe6a82aba6acc5336574dbd749b18fa8";
14+
hash = "sha256-3PM7PK1ouMObNZEIIIBG8gxIydYFKP9RRGlWBr5PIGU=";
1515
};
1616

1717
meta = {

0 commit comments

Comments
 (0)