Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
20,190
Downloads of v 1.9.0:
2,625
Last Update:
21 Aug 2020
Package Maintainer(s):
Software Author(s):
- libretro developers
Tags:
retroarch games gaming emulation emulators- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

RetroArch
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
20,190
Downloads of v 1.9.0:
2,625
Maintainer(s):
Software Author(s):
- libretro developers
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install RetroArch, run the following command from the command line or from PowerShell:
To upgrade RetroArch, run the following command from the command line or from PowerShell:
To uninstall RetroArch, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download retroarch --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade retroarch -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade retroarch -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure retroarch installed
win_chocolatey:
name: retroarch
state: present
version: 1.9.0
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'retroarch' do
action :install
version '1.9.0'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: retroarch,
Version: 1.9.0,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller retroarch
{
Name = 'retroarch'
Ensure = 'Present'
Version = '1.9.0'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'retroarch':
provider => 'chocolatey',
ensure => '1.9.0',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install retroarch version="1.9.0" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved as a trusted package on 21 Aug 2020.
RetroArch is a frontend for libretro, an open API which exposes the functionality of a game, emulator or certain kinds of multimedia applications. libretro started as libsnes with the SNES emulator bSNES, but libretro has since become a far broader API. RetroArch builds around the libretro API to provide a powerful interface for libretro cores.
Package Parameters
The following package parameters can be set:
/InstallDir:{path}
- Installation directory, defaults to{tools-location}\retroarch
(typicallyC:\tools\retroarch
)/InstallationPath:{path}
- Alias for/InstallDir
/DesktopShortcut
- Add shortcut for RetroArch to the desktop.
Notes
If a custom installation directory is used for RetroArch, shims will still be created for retroarch.exe
and retroarch_debug.exe
on the path so that RetroArch can be started from the command line as with prior versions of this package.
Since v1.7.7 was released, the libretro/RetroArch developers have been uploading new builds without always updating the version. If you get checksum errors while installing RetroArch, this has probably happened again. Just let us know via the Contact Maintainers link and a new package should be up on Chocolatey shortly after.
$packageName = 'retroarch'
$url = 'https://buildbot.libretro.com/stable/1.9.0/windows/x86/RetroArch.7z'
$url64 = 'https://buildbot.libretro.com/stable/1.9.0/windows/x86_64/RetroArch.7z'
$checksum = '0fced2580f657f5f2cac1cad96571c9373252c1af23e9bdd8ef674ca4e14ff92'
$checksum64 = 'dfb1f230d672e74cc69b1fcc10c2a1232de02c9ff357a9fe793de86c1795d4bb'
$checksumType = 'sha256'
$checksumType64= 'sha256'
# Get the package parameters and then back them up for the uninstaller
# This works around choco#1479 https://github.com/chocolatey/choco/issues/1479
$pp = Get-PackageParameters
$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$paramsFile = Join-Path (Split-Path -Parent $toolsPath) 'PackageParameters.xml'
Write-Debug "Writing package parameters to $paramsFile"
Export-Clixml -Path $paramsFile -InputObject $pp
$installDir = Join-Path $(Get-ToolsLocation) $packageName
if ($pp.InstallDir -or $pp.InstallationPath ) { $installDir = $pp.InstallDir + $pp.InstallationPath }
Write-Host "RetroArch is going to be installed in '$installDir'"
Install-ChocolateyZipPackage "$packageName" `
-Url "$url" -Checksum "$checksum" -ChecksumType $checksumType `
-Url64 "$url64" -Checksum64 "$checksum64" -ChecksumType64 $checksumType64 `
-UnzipLocation "$installDir"
if ($installDir -eq $toolsPath) {
New-Item "$installDir\retroarch.exe.gui" -Type file -Force | Out-Null
New-Item "$installDir\retroarch_debug.exe.gui" -Type file -Force | Out-Null
} else {
Install-BinFile retroarch -path "$installDir\retroarch.exe" -UseStart
Install-BinFile retroarch_debug -path "$installDir\retroarch_debug.exe" -UseStart
}
if ($pp.DesktopShortcut) {
$desktop = [System.Environment]::GetFolderPath("Desktop")
Install-ChocolateyShortcut -ShortcutFilePath "$desktop\RetroArch.lnk" `
-TargetPath "$installDir\retroarch.exe" -WorkingDirectory "$installDir" `
-WindowStyle 3
}
$packageName = 'retroarch'
$zip32 = 'RetroArch.7z'
$zip64 = 'RetroArch.7z'
if (Get-ProcessorBits -eq 64) { $zip = $zip64 } else { $zip = $zip32 }
Uninstall-ChocolateyZipPackage "$packageName" "$zip"
# Get package parameters
$pp = Get-PackageParameters
if ($null -eq $pp -or $pp.Count -eq 0) {
# Work around for choco#1479 https://github.com/chocolatey/choco/issues/1479
$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$paramsFile = Join-Path (Split-Path -Parent $toolsPath) 'PackageParameters.xml'
if (Test-Path -Path $paramsFile) {
Write-Debug "Loading package parameters from $paramsFile"
$pp = Import-Clixml -Path $paramsFile
} else {
Write-Debug "No package parameters available; shims and desktop shortcut won't be removed if they were created"
$pp = @{}
}
}
$installDir = Join-Path $(Get-ToolsLocation) $packageName
if ($pp.InstallDir -or $pp.InstallationPath ) { $installDir = $pp.InstallDir + $pp.InstallationPath }
if ($installDir -ne $toolsPath) {
Uninstall-BinFile retroarch -path "$installDir\retroarch.exe"
Uninstall-BinFile retroarch_debug -path "$installDir\retroarch_debug.exe"
}
if ($pp.DesktopShortcut) {
$desktop = [System.Environment]::GetFolderPath("Desktop")
Remove-Item "$desktop\RetroArch.lnk" -ErrorAction SilentlyContinue -Force | Out-Null
}
Log in or click on link to see number of positives.
- retroarch.1.9.0.nupkg (860cf0dc8973) - ## / 60
- RetroArch.7z (dfb1f230d672) - ## / 42
- RetroArch.7z (0fced2580f65) - ## / 46
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
RetroArch 1.9.0 | 2625 | Friday, August 21, 2020 | Approved |
RetroArch 1.8.9 | 1099 | Thursday, July 2, 2020 | Approved |
RetroArch 1.8.8 | 744 | Monday, June 8, 2020 | Approved |
RetroArch 1.8.7 | 643 | Friday, May 22, 2020 | Approved |
RetroArch 1.8.6 | 640 | Friday, May 8, 2020 | Approved |
RetroArch 1.8.5 | 842 | Sunday, April 5, 2020 | Approved |
RetroArch 1.8.4 | 1066 | Saturday, January 25, 2020 | Approved |
RetroArch 1.8.2 | 522 | Friday, January 3, 2020 | Approved |
RetroArch 1.8.1 | 661 | Thursday, November 28, 2019 | Approved |
RetroArch 1.8.0 | 582 | Sunday, October 27, 2019 | Approved |
RetroArch 1.7.8.20190918 | 634 | Thursday, September 19, 2019 | Approved |
RetroArch 1.7.8 | 325 | Thursday, September 12, 2019 | Approved |
RetroArch 1.7.7.20190522 | 1026 | Wednesday, May 22, 2019 | Approved |
RetroArch 1.7.7.20190510 | 714 | Friday, May 10, 2019 | Approved |
RetroArch 1.7.7 | 239 | Tuesday, May 7, 2019 | Approved |
RetroArch 1.7.6 | 520 | Friday, March 22, 2019 | Approved |
RetroArch 1.7.5.20181214 | 642 | Wednesday, December 19, 2018 | Approved |
RetroArch 1.7.5 | 567 | Friday, October 12, 2018 | Approved |
RetroArch 1.7.4 | 465 | Thursday, September 13, 2018 | Approved |
RetroArch 1.7.2 | 710 | Friday, April 27, 2018 | Approved |
RetroArch 1.7.1 | 539 | Tuesday, March 6, 2018 | Approved |
RetroArch 1.7.0 | 529 | Monday, January 8, 2018 | Approved |
RetroArch 1.6.9 | 407 | Sunday, November 26, 2017 | Approved |
RetroArch 1.6.7 | 584 | Tuesday, August 22, 2017 | Approved |
RetroArch 1.6.6 | 330 | Friday, August 18, 2017 | Approved |
RetroArch 1.6.0 | 514 | Saturday, June 10, 2017 | Approved |
RetroArch 1.5.0 | 525 | Monday, March 20, 2017 | Approved |
RetroArch 1.4.1 | 361 | Friday, March 10, 2017 | Approved |
RetroArch 1.3.6 | 611 | Sunday, August 28, 2016 | Approved |
RetroArch 1.3.4 | 365 | Monday, May 16, 2016 | Approved |
GPLv3
-
- chocolatey (≥ 0.10.8)
Ground Rules:
- This discussion is only about RetroArch and the RetroArch package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or RetroArch, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.